Description

Waits until tank contents rises to a specific level. Use Tank_RiseTrigger to initiate some action when a tank rises to a certain level.

Components

<Tank ID>

The tank name or location index number.

<Level>

When the tank level rises to this value, ProModel executes any subsequent logic.

Example

A tanker waits at a dispatch station until the level of a finished goods tank rises to 2,000 gallons. Once the tank level reaches this point, a signal dispatches the tanker to the finished goods tank for loading. Meanwhile, the finished goods tank continues filling. To model this situation, define the following process logic for the tanker at the dispatch station:

Tank_RiseTrigger (FGTank, 2000)

Please note

Using the Tank_RiseTrigger subroutine instead of a WAIT UNTIL statement prevents the next tanker from dispatching until the finished goods tank falls back below 2,000 gallons.